[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfStringObject

PdfStringObject Class

The PDF String indirect object.

Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: GcDocs.Pdf.dll
Syntax
public class PdfStringObject : PdfIndirectObject<PdfString>, IPdfString, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef

Constructors

Name Description
PdfStringObject(PdfString)

Initializes a new instance of the PdfStringObject class.

Properties

Name Description
String

Gets the underlying PdfString object.

Extension Methods