PageNumberStampFormat Property |
String value for stamping page numbers.
Value must include char '#' which is replaced with the page number in the process of stamping.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic string Format { get; set; }
Public Property Format As String
Get
Set
public:
property String^ Format {
String^ get ();
void set (String^ value);
}
member Format : string with get, set
Property Value
Type:
String
See Also