Nevron .NET Vision
Nevron.Chart Namespace / NPrintDocument Class / PrintDocumentController Property


In This Topic
    PrintDocumentController Property (NPrintDocument)
    In This Topic
    Obtains a reference to the print document layout controlling the document appearance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PrintDocumentController As INPrintDocumentController
    'Usage
     
    
    Dim instance As NPrintDocument
    Dim value As INPrintDocumentController
     
    value = instance.PrintDocumentController
    public INPrintDocumentController PrintDocumentController {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also