Class LayoutOptions
LayoutOptions class
Used to specify style and additional options of layout of shapes to perform Re-Layout of page(pages).
public class LayoutOptions
Constructors
Name | Description |
---|
LayoutOptions() | Initializes a new instance of LayoutOptions. |
Properties
Name | Description |
---|
Direction { get; set; } | Used to set direction of shapes layout. |
EnlargePage { get; set; } | Defines whether need enlarge page to fit drawing or not. |
LayoutStyle { get; set; } | Used to specify style of layout. |
SpaceShapes { get; set; } | Defines the spacing between the shapes in inches. |
See Also