Property ImageScaleMode
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ImageScaleMode
Gets or sets the image scale mode.
public PdfImageScaleMode ImageScaleMode { get; set; }
Property Value
- PdfImageScaleMode
One of the values of PdfImageScaleMode. The default is AlwaysScale.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.