ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView.Printing Namespace / PrintDocumentWrapper Class / GetDocumentInfoProperty Method

In This Topic
    GetDocumentInfoProperty Method (PrintDocumentWrapper)
    In This Topic
    Returns the value of the specified property of the document's DocumentInfo object.
    Syntax
    'Declaration
     
    Public Function GetDocumentInfoProperty( _
       ByVal propertyName As System.String _
    ) As System.Object
    public System.object GetDocumentInfoProperty( 
       System.string propertyName
    )

    Parameters

    propertyName
    See Also