ImageGear for .NET
ShrinkToFit Property




Gets or sets a value indicating whether shrinking to fit is on.
Syntax
'Declaration
 
Public Property ShrinkToFit As Boolean
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As Boolean
 
instance.ShrinkToFit = value
 
value = instance.ShrinkToFit
public bool ShrinkToFit {get; set;}
public: __property bool get_ShrinkToFit();
public: __property void set_ShrinkToFit( 
   bool value
);
public:
property bool ShrinkToFit {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback