Windward Engine API Reference
UseMargins Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportText Class : UseMargins Property




Glossary Item Box

If true, then the left page margin will be included in the output, creating leading spaces for each line. If false, the page margins will be ignored and any paragraph with no left indent will start at the begining of a line. The default is false.

Syntax

Visual Basic (Declaration) 
Public Property UseMargins As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportText
Dim value As Boolean
 
instance.UseMargins = value
 
value = instance.UseMargins
C# 
public bool UseMargins {get; set;}
Managed Extensions for C++ 
public: __property bool get_UseMargins();
public: __property void set_UseMargins( 
   bool value
);
C++/CLI 
public:
property bool UseMargins {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.