Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property may be removed in the future,please use the property of PageLabels.")] public override PdfPageNumber PageLabel { get; set; }
<ObsoleteAttribute("This property may be removed in the future,please use the property of PageLabels.")> Public Overrides Property PageLabel As PdfPageNumber Get Set
public: [ObsoleteAttribute(L"This property may be removed in the future,please use the property of PageLabels.")] virtual property PdfPageNumber^ PageLabel { PdfPageNumber^ get () override; void set (PdfPageNumber^ value) override; }
[<ObsoleteAttribute("This property may be removed in the future,please use the property of PageLabels.")>] abstract PageLabel : PdfPageNumber with get, set [<ObsoleteAttribute("This property may be removed in the future,please use the property of PageLabels.")>] override PageLabel : PdfPageNumber with get, set