API Reference
Class
OneNotePageBatchRenderingOptions
Selection and rendering options for section- and notebook-level page image export.
Inheritance
- OneNotePageRenderingOptions
- OneNotePageBatchRenderingOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method OneNoteImageExportExtensions.ExportImages
- Method OneNoteImageExportExtensions.ExportImages
- Method OneNoteImageExportExtensions.ToImages
- Method OneNoteImageExportExtensions.ToImages
- Extension method OneNoteNotebook.ExportImages
- Extension method OneNoteNotebook.ToImages
- Extension method OneNoteSection.ExportImages
- Extension method OneNoteSection.ToImages
Constructors
public OneNotePageBatchRenderingOptions() #Inherited Methods
public OneNotePageRenderingOptions Clone() #Returns:
OneNotePageRenderingOptionsInherited from OneNotePageRenderingOptions
public OfficeImageExportResult EnsureAccepted(OfficeImageExportResult result) #Returns:
OfficeImageExportResultInherited from OfficeImageExportOptions
Parameters
- result OfficeImageExportResult
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
Inherited Properties
public override Double LogicalUnitsPerInch { get; } #Inherited from OneNotePageRenderingOptions
public Boolean IncludeTitle { get; set; } #Inherited from OneNotePageRenderingOptions
public Boolean IncludeImages { get; set; } #Inherited from OneNotePageRenderingOptions
public Boolean IncludeInk { get; set; } #Inherited from OneNotePageRenderingOptions
public Boolean IncludeMath { get; set; } #Inherited from OneNotePageRenderingOptions
public Boolean IncludeAttachmentPlaceholders { get; set; } #Inherited from OneNotePageRenderingOptions
public Int64 MaxImageBytes { get; set; } #Inherited from OneNotePageRenderingOptions
public Double AutomaticPageWidthPoints { get; set; } #Inherited from OneNotePageRenderingOptions
public Double AutomaticPageHeightPoints { get; set; } #Inherited from OneNotePageRenderingOptions
public Double AutomaticPagePaddingPoints { get; set; } #Inherited from OneNotePageRenderingOptions
public OfficeFontInfo DefaultFont { get; set; } #Inherited from OneNotePageRenderingOptions
public OfficeInkRenderOptions Ink { get; set; } #Inherited from OneNotePageRenderingOptions
public OfficeMathRenderOptions Math { get; set; } #Inherited from OneNotePageRenderingOptions
public Double Scale { get; set; } #Inherited from OfficeImageExportOptions
public OfficeColor BackgroundColor { get; set; } #Inherited from OfficeImageExportOptions
public OfficeRasterEncodingOptions RasterEncoding { get; set; } #Inherited from OfficeImageExportOptions
public Int64 MaximumRasterPixels { get; set; } #Inherited from OfficeImageExportOptions
public OfficeRasterOverflowBehavior RasterOverflowBehavior { get; set; } #Inherited from OfficeImageExportOptions
public IOfficeRasterImageCodec ImageCodec { get; set; } #Inherited from OfficeImageExportOptions
public Nullable<Double> TargetDpi { get; set; } #Inherited from OfficeImageExportOptions
public OfficeFontFaceCollection Fonts { get; set; } #Inherited from OfficeImageExportOptions
public IOfficeTextShapingProvider TextShapingProvider { get; set; } #Inherited from OfficeImageExportOptions
public String TextShapingLanguage { get; set; } #Inherited from OfficeImageExportOptions
public OfficeImageExportPolicy Policy { get; set; } #Inherited from OfficeImageExportOptions
public IProgress<OfficeImageExportProgress> Progress { get; set; } #Inherited from OfficeImageExportOptions
public Int32 MaximumOutputCount { get; set; } #Inherited from OfficeImageExportOptions
public Int64 MaximumTotalRasterPixels { get; set; } #Inherited from OfficeImageExportOptions
public Int64 MaximumTotalEncodedBytes { get; set; } #Inherited from OfficeImageExportOptions
public Int32 MaximumDegreeOfParallelism { get; set; } #Inherited from OfficeImageExportOptions