Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / CreatorTool Property

In This Topic
    CreatorTool Property
    In This Topic
    Gets or sets the creator tool, in PDF/A compatible documents this value should be the same as DocumentInfo.Creator.
    Syntax
    'Declaration
     
    Public Property CreatorTool As System.String
    public System.string CreatorTool {get; set;}
    See Also