Click or drag to resize

PdfLabelingRangesPageLabelPair Structure

Defines a page index/page label pair that can be set or retrieved.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.Pdf.NetPdfLabelingRangesPageLabelPair

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public struct PageLabelPair

The PdfLabelingRangesPageLabelPair type exposes the following members.

Constructors
 NameDescription
Public methodPdfLabelingRangesPageLabelPair Initializes a new instance of the PdfLabelingRangesPageLabelPair structure with the specified page and label.
Top
Properties
 NameDescription
Public propertyLabel Gets the page label in the page/label pair.
Public propertyPage Gets the page index in the page/label pair.
Top
See Also