PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / DocumentInfo Class


In This Topic
    DocumentInfo Class Methods
    In This Topic

    For a list of all members of this type, see DocumentInfo members.

    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another DocumentInfo to the current object.  
    Public MethodCreates a copy of the current DocumentInfo object.  
    Public MethodReturns the DocumentInfo.Keywords collection of the current object as a single space-delimited string.  
    Public MethodAssigns the DocumentInfo.Keywords collection on the current object from a single string containing the space-delimited list of keywords. (Note that the DocumentInfo.Keywords collection is cleared by this method prior to assignment.)  
    Top
    Protected Methods
     NameDescription
    Protected MethodIndicates whether the DocumentInfo.Author property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Comment property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Company property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.CreationTime property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Creator property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Keywords property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Manager property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Operator property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Producer property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.RevisionTime property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Subject property should be serialized.  
    Protected MethodIndicates whether the DocumentInfo.Title property should be serialized.  
    Top
    See Also