Accusoft.PdfXpress7.Net
ScaleFactor Property




Gets and sets an indicator of the PageArtifact's ScaleFactor where 0 means 0 percent of the original size and 1 means 100 percent of the original size.
Syntax
'Declaration
 
Public Property ScaleFactor As Double
'Usage
 
Dim instance As PageArtifactOptions
Dim value As Double
 
instance.ScaleFactor = value
 
value = instance.ScaleFactor
public double ScaleFactor {get; set;}
public: __property double get_ScaleFactor();
public: __property void set_ScaleFactor( 
   double value
);
public:
property double ScaleFactor {
   double get();
   void set (    double value);
}
Remarks

The default value is 0.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback