ConversionContext Class

Encapsulates all specific information about an individual document conversion.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public class ConversionContext
Inheritance
Object    ConversionContext

Constructors

ConversionContextInitializes a new instance of the ConversionContext class

Properties

CurrentPageNumber Gets the current page number being converted. Value is valid only for multi-page output conversions, otherwise it's 0.
FinalPageNumber Gets the final page number of the current document conversion. Value is valid only for multi-page output conversions, otherwise it's 0.
InputContextGets the input context for the current document conversion.
OutputContextGets the output context for the current document conversion.

See Also