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


In This Topic
    PrintDocumentController Property (NPrintManager)
    In This Topic
    Gets or sets the print document controller responsible for paging and chart configuration.
    Syntax
    'Declaration
     
    
    Public Property PrintDocumentController As INPrintDocumentController
    'Usage
     
    
    Dim instance As NPrintManager
    Dim value As INPrintDocumentController
     
    instance.PrintDocumentController = value
     
    value = instance.PrintDocumentController
    public INPrintDocumentController PrintDocumentController {get; set;}
    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