Skip to content

PDFAlternateImage

Namespace: O2S.Components.PDF4NET.Graphics

Defines an alternate image.

public class PDFAlternateImage

Inheritance ObjectPDFAlternateImage

Remarks

Alternate images are used to display different views of an image.

Constructors

PDFAlternateImage(PDFImage)

Initializes a new PDFAlternateImage object.

public PDFAlternateImage(PDFImage image)

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.

public bool DefaultForPrinting { get; set; }

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.

public PDFImage Image { get; set; }

Property Value

PDFImage
The image object represented by this alternate image.