Desired width of the stamp on the page.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic override double Width { get; set; }
Public Overrides Property Width As Double
Get
Set
public:
virtual property double Width {
double get () override;
void set (double value) override;
}
abstract Width : float with get, set
override Width : float with get, set
Property Value
Type:
Double
See Also