Click or drag to resize

PageSingleImageOnly Property

Gets a value indicating if the content of this PDF page consists of a single image only.

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

Property Value

Type: Boolean
Remarks
When this value is true, the ExtractImages method is more efficient than rendering the PDF as a Page.
See Also