Gets or sets the margin of the page used for displaying and printing HTML documents.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Thickness PageMargin { get; set; }
Visual Basic
Public Property PageMargin As Thickness
	Get
	Set
XAML Property Element Usage
<object>
  <object.PageMargin>
    <Thickness .../>
  </object.PageMargin>
</object>
XAML Attribute Usage
<object PageMargin="Thickness" .../>

See Also