FdfNamedPageReference Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a named page reference that shall describe the location of external templates or page elements.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.FormsDataFdfNamedPageReference

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

public sealed class FdfNamedPageReference : UndefinedResource

The FdfNamedPageReference type exposes the following members.

Constructors

  NameDescription
Public methodFdfNamedPageReference
Initializes a new instance of the FdfNamedPageReference class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFile
Gets or sets the file containing the named page. If this entry is absent, it shall be assumed that the page resides in the associated PDF file.
Public propertyName
The name of the referenced page.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference