Zooming factor of the stamp. Allows to scale stamp.
Please note that pair of properties ZoomX and ZoomY allows to set zoom factor for every axe separately.
Setting of this property changes both ZoomX and ZoomY properties.
If ZoomX and ZoomY are different then Zoom property returns ZoomX value.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic double Zoom { get; set; }
Public Property Zoom As Double
Get
Set
public:
property double Zoom {
double get ();
void set (double value);
}
member Zoom : float with get, set
Property Value
Type:
Double
See Also