| Visual Basic (Declaration) | |
|---|---|
Public Enum Report.RENDER_EXTENT Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Report.RENDER_EXTENT | |
| C# | |
|---|---|
public enum Report.RENDER_EXTENT : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum Report.RENDER_EXTENT : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class Report.RENDER_EXTENT : public System.Enum | |
| Member | Description |
|---|---|
| ALL | The extent will be the entire document, nothing is cropped. |
| CROP_EVERYTHING | Combination of CROP_MARGINS, CROP_HEADER_AND_FOOTER, and CROP_CONTENT. This gets you the tightest possible picture. |
| CROP_HEADER_AND_FOOTER | The header and footer will not be rendered. This does not crop the header/footer area, use RENDER_EXTENT_CROP_MARGINS with this to crop that part out. |
| CROP_MARGINS | The margins will be cropped, even if that removes content. |
| CROP_TO_CONTENT | The smallest rectangle for each page that does not crop content. Each page can be a different size. |
System.Object
System.ValueType
System.Enum
net.windward.api.csharp.Report.RENDER_EXTENT
Requirements
Namespace: net.windward.api.csharp
Platforms: Windows 10, Windows NT, indows Server
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\net48\WindwardReportsAPI.dll)