API Reference
Class
WordSectionSnapshot
Inheritance
- Object
- WordSectionSnapshot
Constructors
public WordSectionSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Index { get; set; } #public String SectionBreakType { get; set; } #public String Orientation { get; set; } #public Nullable<Double> PageWidthPoints { get; set; } #public Nullable<Double> PageHeightPoints { get; set; } #public Nullable<Double> MarginTopPoints { get; set; } #public Nullable<Double> MarginBottomPoints { get; set; } #public Nullable<Double> MarginLeftPoints { get; set; } #public Nullable<Double> MarginRightPoints { get; set; } #public Nullable<Double> HeaderMarginPoints { get; set; } #public Nullable<Int32> ColumnCount { get; set; } #public Nullable<Double> ColumnSpacingPoints { get; set; } #public Boolean HasColumnSeparator { get; set; } #public Nullable<Int32> PageNumberStart { get; set; } #public Int32 HeaderCount { get; set; } #public Boolean DifferentFirstPage { get; set; } #public Boolean DifferentOddAndEvenPages { get; set; } #public WordHeaderFooterSnapshot DefaultHeader { get; set; } #public WordHeaderFooterSnapshot FirstHeader { get; set; } #public WordHeaderFooterSnapshot EvenHeader { get; set; } #public IReadOnlyList<WordBlockSnapshot> Elements { get; } #