Accusoft.PrintPro8.Net
PrintPreviewScale Property




Gets or sets the size of the print preview image.
Syntax
'Declaration
 
Public Property PrintPreviewScale As PrintPreviewScale
'Usage
 
Dim instance As PrintPreviewJob
Dim value As PrintPreviewScale
 
instance.PrintPreviewScale = value
 
value = instance.PrintPreviewScale
public PrintPreviewScale PrintPreviewScale {get; set;}
public: __property PrintPreviewScale get_PrintPreviewScale();
public: __property void set_PrintPreviewScale( 
   PrintPreviewScale value
);
public:
property PrintPreviewScale PrintPreviewScale {
   PrintPreviewScale get();
   void set (    PrintPreviewScale value);
}

Property Value

A PrintPreviewScale value which represents the size of the print preview image.
Remarks

1:1 preview images require substantial memory depending on the paper size and color depth of your monitor. If you create many print preview images, you might run out of memory if you use the 1:1 setting.

See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback