DiagramPage
Contents
[
Hide
]
DiagramPage class
Represents a Visio document page.
public class DiagramPage : ContentPart
Properties
Name | Description |
---|---|
BackgroundPage { get; } | Gets the background page for this DiagramPage . |
BottomMargin { get; } | Gets the size of the bottom margin in points. |
Height { get; } | Gets the height of this DiagramPage in points. |
IsBackground { get; } | Gets a value indicating whether the page is a background page. |
IsVisible { get; set; } | Gets or sets a value indicating whether the page is visible in UI. |
LeftMargin { get; } | Gets the size of the left margin in points. |
Name { get; } | Gets the name of this DiagramPage . |
RightMargin { get; } | Gets the size of the right margin in points. |
Shapes { get; } | Gets the collection of all shapes of the page. |
TopMargin { get; } | Gets the size of the top margin in points. |
Width { get; } | Gets the width of this DiagramPage in points. |
Methods
Name | Description |
---|---|
FindImages() | Finds all images in the content. The search is conducted in the objects specified in SearchableObjects . |
FindImages(ImageSearchCriteria) | Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects . |
Search() | Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects . |
Search(SearchCriteria) | Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects . |
See Also
- class ContentPart
- namespace GroupDocs.Watermark.Contents.Diagram
- assembly GroupDocs.Watermark