Gets or sets link with DocumentDesigner component.
Namespace:
Greatis.PrintSuite.DesignerAssembly: Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property DocumentDesigner As DocumentDesigner |
C# |
---|
public DocumentDesigner DocumentDesigner { get; set; } |
Visual C++ |
---|
public: property DocumentDesigner^ DocumentDesigner { DocumentDesigner^ get (); void set (DocumentDesigner^ value); } |
JavaScript |
---|
function get_documentDesigner(); function set_documentDesigner(value); |