[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfString

IPdfString Interface

Represents an interface implemented by PdfString and PdfStringObject, allows working with objects of both types in the same way.

Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public interface IPdfString : ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef
Public Interface IPdfString
    Inherits ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef

Properties

Name Description
String

Gets the PdfString.

Extension Methods