Windward Studios API Reference
Report.RENDER_EXTENT Enumeration
See Also  Send comments on this topic.
net.windward.api.csharp Namespace : Report.RENDER_EXTENT Enumeration




Glossary Item Box

The values for the property RenderExtent. Explicit values must match ProcessReportAPI.RENDER_EXTENT_*.

Syntax

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 

Members

MemberDescription
ALLThe extent will be the entire document, nothing is cropped.
CROP_EVERYTHINGCombination of CROP_MARGINS, CROP_HEADER_AND_FOOTER, and CROP_CONTENT. This gets you the tightest possible picture.
CROP_HEADER_AND_FOOTERThe 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_MARGINSThe margins will be cropped, even if that removes content.
CROP_TO_CONTENTThe smallest rectangle for each page that does not crop content. Each page can be a different size.

Inheritance Hierarchy

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)

See Also

Windward Studios - .NET Document Generation software