Class PageSheet

PageSheet class

Contains elements that define the page sheet for a Page or Master element.

public class PageSheet

Properties

NameDescription
Acts { get; }Contains a collection of Act elements.
Annotations { get; }Contains elements that contain information about comments inserted into a document page.
ConnectionABCDs { get; }Contains a collection of ConnectionABCD elements.
Connections { get; }Contains a collection of Connection elements.
FillStyle { get; set; }StyleSheet element from which the PageSheet inherits fill formatting.
Foreign { get; }Contains elements specifying the width and height of an object from another program used in a Microsoft Visio document. Also includes elements specifying the distance the object’s image is offset within its borders.
ForeignData { get; }Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
Hyperlinks { get; }Contains a collection of Hyperlink elements.
Layers { get; }Contains a collection of Layer elements.
LineStyle { get; set; }StyleSheet element from which the PageSheet inherits line formatting.
PageLayout { get; }Contains Diagram that control the page layout settings for shapes and connectors, such as spacing between all shapes on the page, spacing between all connectors on the page, and routing style for all connectors on the page.
PageProps { get; }Contains Diagram that control page attributes, such as the page width, height, and scale.
PrintProps { get; }Contains elements that control how the drawing page is formatted (appears) on the printer page.
Props { get; }Contains a collection of Prop elements.
RulerGrid { get; }Contains elements that specify the settings of the page’s rulers and grid.
Scratchs { get; }Contains a collection of Scratch elements.
SmartTagDefs { get; }Contains a collection of SmartTagDef elements.
TextStyle { get; set; }StyleSheet element from which the PageSheet inherits text formatting.
UniqueID { get; set; }A GUID (globally unique identifier) for the element.
Users { get; }Contains a collection of User elements.
XForm { get; }Contains elements specifying general positioning information about a shape.

Methods

NameDescription
Copy(PageSheet)Copies pagesheet from a source object.

See Also