PdfPageLabelingRange.Prefix Property

Gets or sets the prefix for page labels in this range.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Prefix { get; set; }
VB
Public Property Prefix As String
	Get
	Set

Property Value

Type: String
The prefix for page labels in this range.

Remarks

The prefix is optional and may be null or empty string.

See Also