[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentUsage.CreatorInfoDef

Class OptionalContentUsage.CreatorInfoDef

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

Defines the application-specific data associated with this optional content group.

public class OptionalContentUsage.CreatorInfoDef : PdfDictWrapper, IPdfDict
Inheritance
object
OptionalContentUsage.CreatorInfoDef
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

CreatorInfoDef()

Initializes a new instance of the OptionalContentUsage.CreatorInfoDef class.

public CreatorInfoDef()

Properties

Creator

Gets or sets a text string specifying the application that created the group.

public string Creator { get; set; }

Property Value

string

Subtype

Gets or sets a name defining the type of content controlled by the group. Suggested values include but shall not be limited to Artwork, for graphic-design or publishing applications, and Technical, for technical designs such as building plans or schematics.

public string Subtype { get; set; }

Property Value

string