PDFAlternateImage¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines an alternate image.
Inheritance Object → PDFAlternateImage
Remarks
Alternate images are used to display different views of an image.
Constructors¶
PDFAlternateImage(PDFImage)¶
Initializes a new PDFAlternateImage object.
Parameters
image PDFImage
The image that serves as alternate image.
Properties¶
DefaultForPrinting¶
Gets or sets a value indicating whether this alternate image is the default version to be used for printing.
Property Value
Boolean
A flag indicating whether this alternate image is the default version to be used for printing.
Image¶
Gets or sets the image.
Property Value
PDFImage
The image object represented by this alternate image.