Click or drag to resize

PdfImageFrame Property

Gets the frame of image to be saved from either a filename or a stream. -1 indicates that this image represents every image in the stream or file.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Frame { get; }

Property Value

Type: Int32
The frame of image to be saved from either a filename or a stream. -1 indicates that this image represents every image in the stream or file.
See Also