PageLabel Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a page labels structure.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.Navigation.PageLevelPageLabel

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.PageLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class PageLabel : UndefinedResource

The PageLabel type exposes the following members.

Constructors

  NameDescription
Public methodPageLabel
Initializes a new instance of the Object class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFromPageNumber
Gets from page number.
Public propertyNumberingStyle
Gets the numbering style.
Public propertyPreffix
Gets or sets the preffix.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyStartNumber
Gets the start number. The value of the numeric portion for the first page label in the range. Subsequent pages shall be numbered sequentially from this value, which shall be greater than or equal to 1. Default value: 1.
Top
See Also

Reference