API Reference
Class
VisioFitToContentOptions
Advanced resize-to-content behavior for imported pages.
Inheritance
- Object
- VisioFitToContentOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method VisioLayoutExtensions.FitToContent
- Extension method VisioPage.FitToContent
Constructors
public VisioFitToContentOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double HorizontalMargin { get; set; } #Horizontal page margin in inches.
public Double VerticalMargin { get; set; } #Vertical page margin in inches.
public Boolean IncludeGroupChildren { get; set; } #Whether grouped child geometry contributes to bounds.
public Boolean IncludeConnectors { get; set; } #Whether connector routes and label boxes contribute to bounds.
public Boolean MoveContent { get; set; } #Whether content is translated to the requested margins.
public Boolean ResizePage { get; set; } #Whether page dimensions are resized around content.