ImageGear .NET v25.0 - Updated
FitType Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDestination Class : FitType Property
Gets the destination's fit type.
Syntax
'Declaration
 
Public ReadOnly Property FitType As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDFDestination
Dim value As ImGearPDFAtom
 
value = instance.FitType
public ImGearPDFAtom FitType {get;}
public: __property ImGearPDFAtom* get_FitType();
public:
property ImGearPDFAtom^ FitType {
   ImGearPDFAtom^ get();
}

Property Value

ImGearPDFAtom class object.
Remarks
Applies only to EXPLICIT type of destination.
See Also

Reference

ImGearPDFDestination Class
ImGearPDFDestination Members
ImGearPDFAtom Class