Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageBorderCollection Class / OffsetFrom Property

In This Topic
    OffsetFrom Property
    In This Topic
    Gets or sets a value indicating whether a specified page border is measured from the edge of the page or from the text it surrounds.
    Syntax
    'Declaration
     
    Public Property OffsetFrom As PageBorderOffsetFrom
    public PageBorderOffsetFrom OffsetFrom {get; set;}
    See Also