ProcessingInstructionTInstructionValue Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represenets a processing instruction.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ContentProcessingInstructionTInstructionValue

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class ProcessingInstruction<TInstructionValue>

Type Parameters

TInstructionValue
Type of the instaction value.

The ProcessingInstructionTInstructionValue type exposes the following members.

Properties

  NameDescription
Public propertyDefaultValue
Gets the default value.
Public propertyIsInheritable
Gets a value indicating whether this instance is inheritable.
Public propertyName
Gets the instruction name.
Top
See Also

Reference