[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfStringObject

Class PdfStringObject

Namespace
GrapeCity.Documents.Pdf.Spec
Assembly
GcDocs.Pdf.dll

The PDF String indirect object.

public class PdfStringObject : PdfIndirectObject<PdfString>, IPdfString, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef
Inheritance
PdfStringObject
Implements
Inherited Members
Extension Methods

Constructors

PdfStringObject(PdfString)

Initializes a new instance of the PdfStringObject class.

public PdfStringObject(PdfString value)

Parameters

value PdfString

The value of Value.

Properties

String

Gets the underlying PdfString object.

public PdfString String { get; }

Property Value

PdfString