Click or drag to resize

DwgDecoderGetFrameCount Method

Returns the number of conceptual frames in a DWG file.

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override int GetFrameCount(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A non-null stream containing a DWG file

Return Value

Type: Int32
The number of conceptual frames in a DWG file.
Remarks
Frames has no specific meaning in DWG. In this case, frames are considered to be layouts.
See Also