API Reference
PdfPageCompose
Page-level configuration (size, margins, default styles) and content/footers.
Inheritance
- Object
- PdfPageCompose
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfPageCompose.Background
- Method PdfPageCompose.BackgroundBottomBand
- Method PdfPageCompose.BackgroundEllipse
- Method PdfPageCompose.BackgroundImage
- Method PdfPageCompose.BackgroundImage
- Method PdfPageCompose.BackgroundLeftBand
- Method PdfPageCompose.BackgroundRectangle
- Method PdfPageCompose.BackgroundRightBand
- Method PdfPageCompose.BackgroundRoundedRectangle
- Method PdfPageCompose.BackgroundShape
- Method PdfPageCompose.BackgroundShapes
- Method PdfPageCompose.BackgroundTopBand
- Method PdfPageCompose.Canvas
- Method PdfPageCompose.ClearBackgroundShapes
- Method PdfPageCompose.Content
- Method PdfPageCompose.DefaultDrawingStyle
- Method PdfPageCompose.DefaultHeadingStyle
- Method PdfPageCompose.DefaultHorizontalRuleStyle
- Method PdfPageCompose.DefaultImageStyle
- Method PdfPageCompose.DefaultListStyle
- Method PdfPageCompose.DefaultPanelStyle
- Method PdfPageCompose.DefaultParagraphStyle
- Method PdfPageCompose.DefaultRowStyle
- Method PdfPageCompose.DefaultTableStyle
- Method PdfPageCompose.DefaultTableStyle
- Method PdfPageCompose.DefaultTextStyle
- Method PdfPageCompose.DefaultTextStyle
- Method PdfPageCompose.EvenPagesImageWatermark
- Method PdfPageCompose.EvenPagesImageWatermark
- Method PdfPageCompose.EvenPagesWatermark
- Method PdfPageCompose.EvenPagesWatermark
- Method PdfPageCompose.FirstPageImageWatermark
- Method PdfPageCompose.FirstPageImageWatermark
- Method PdfPageCompose.FirstPageWatermark
- Method PdfPageCompose.FirstPageWatermark
- Method PdfPageCompose.Footer
- Method PdfPageCompose.Header
- Method PdfPageCompose.ImageWatermark
- Method PdfPageCompose.ImageWatermark
- Method PdfPageCompose.Landscape
- Method PdfPageCompose.Margin
- Method PdfPageCompose.Margin
- Method PdfPageCompose.Margin
- Method PdfPageCompose.Orientation
- Method PdfPageCompose.PageBorder
- Method PdfPageCompose.PageBorder
- Method PdfPageCompose.PageNumberStart
- Method PdfPageCompose.PageNumberStyle
- Method PdfPageCompose.Portrait
- Method PdfPageCompose.RegisterEmbeddedFontFallbacks
- Method PdfPageCompose.Size
- Method PdfPageCompose.Size
- Method PdfPageCompose.SuppressEvenPagesImageWatermark
- Method PdfPageCompose.SuppressEvenPagesTextWatermark
- Method PdfPageCompose.SuppressEvenPagesWatermark
- Method PdfPageCompose.SuppressFirstPageImageWatermark
- Method PdfPageCompose.SuppressFirstPageTextWatermark
- Method PdfPageCompose.SuppressFirstPageWatermark
- Method PdfPageCompose.TextHyphenation
- Method PdfPageCompose.TextHyphenationDictionary
- Method PdfPageCompose.TextLineBreaks
- Method PdfPageCompose.Theme
- Method PdfPageCompose.UseEmbeddedFontFallbacksFromSystem
- Method PdfPageCompose.UseFontFamily
- Method PdfPageCompose.UseFontFamily
- Method PdfPageCompose.UseFontFamily
- Method PdfPageCompose.UseTextFallbacks
- Method PdfPageCompose.Watermark
- Method PdfPageCompose.Watermark
Accepted by parameters
- Method PdfCompose.Page
- Method PdfCompose.Section
- Method PdfDocument.Page
- Method PdfDocument.Section
Methods
public PdfPageCompose Background(Nullable<PdfColor> color) #PdfPageComposeSets or clears the page background color.
Parameters
- color System.Nullable{OfficeIMO.Pdf.PdfColor}
public PdfPageCompose BackgroundBottomBand(Double height, Nullable<PdfColor> fill = null, Double insetX = 0, Double offsetY = 0, Double cornerRadius = 0, Nullable<PdfColor> stroke = null, Double strokeWidth = 0, Nullable<Double> fillOpacity = null, Nullable<Double> strokeOpacity = null, OfficeLinearGradient fillGradient = null) #PdfPageComposeAdds a page-scoped bottom background band using the current page size.
Parameters
- height System.Double
- fill System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- insetX System.Double = 0
- offsetY System.Double = 0
- cornerRadius System.Double = 0
- stroke System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- strokeWidth System.Double = 0
- fillOpacity System.Nullable{System.Double} = null
- strokeOpacity System.Nullable{System.Double} = null
- fillGradient OfficeIMO.Drawing.OfficeLinearGradient = null
public PdfPageCompose BackgroundEllipse(Double x, Double y, Double width, Double height, Nullable<PdfColor> fill = null, Nullable<PdfColor> stroke = null, Double strokeWidth = 0, Nullable<Double> fillOpacity = null, Nullable<Double> strokeOpacity = null, OfficeLinearGradient fillGradient = null) #PdfPageComposeAdds a page-scoped ellipse background shape.
Parameters
- x System.Double
- y System.Double
- width System.Double
- height System.Double
- fill System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- stroke System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- strokeWidth System.Double = 0
- fillOpacity System.Nullable{System.Double} = null
- strokeOpacity System.Nullable{System.Double} = null
- fillGradient OfficeIMO.Drawing.OfficeLinearGradient = null
public PdfPageCompose BackgroundImage(PdfPageBackgroundImage image) #PdfPageComposeSets or clears the page-scoped background image.
Parameters
- image OfficeIMO.Pdf.PdfPageBackgroundImage
public PdfPageCompose BackgroundImage(Byte[] imageBytes, OfficeImageFit fit = Cover, Nullable<Double> opacity = null) #PdfPageComposeSets a page-scoped background image.
Parameters
- imageBytes System.Byte[]
- fit OfficeIMO.Drawing.OfficeImageFit = Cover
- opacity System.Nullable{System.Double} = null
public PdfPageCompose BackgroundLeftBand(Double width, Nullable<PdfColor> fill = null, Double insetY = 0, Double offsetX = 0, Double cornerRadius = 0, Nullable<PdfColor> stroke = null, Double strokeWidth = 0, Nullable<Double> fillOpacity = null, Nullable<Double> strokeOpacity = null, OfficeLinearGradient fillGradient = null) #PdfPageComposeAdds a page-scoped left background band using the current page size.
Parameters
- width System.Double
- fill System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- insetY System.Double = 0
- offsetX System.Double = 0
- cornerRadius System.Double = 0
- stroke System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- strokeWidth System.Double = 0
- fillOpacity System.Nullable{System.Double} = null
- strokeOpacity System.Nullable{System.Double} = null
- fillGradient OfficeIMO.Drawing.OfficeLinearGradient = null
public PdfPageCompose BackgroundRectangle(Double x, Double y, Double width, Double height, Nullable<PdfColor> fill = null, Nullable<PdfColor> stroke = null, Double strokeWidth = 0, Nullable<Double> fillOpacity = null, Nullable<Double> strokeOpacity = null, OfficeLinearGradient fillGradient = null) #PdfPageComposeAdds a page-scoped rectangle background shape.
Parameters
- x System.Double
- y System.Double
- width System.Double
- height System.Double
- fill System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- stroke System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- strokeWidth System.Double = 0
- fillOpacity System.Nullable{System.Double} = null
- strokeOpacity System.Nullable{System.Double} = null
- fillGradient OfficeIMO.Drawing.OfficeLinearGradient = null
public PdfPageCompose BackgroundRightBand(Double width, Nullable<PdfColor> fill = null, Double insetY = 0, Double offsetX = 0, Double cornerRadius = 0, Nullable<PdfColor> stroke = null, Double strokeWidth = 0, Nullable<Double> fillOpacity = null, Nullable<Double> strokeOpacity = null, OfficeLinearGradient fillGradient = null) #PdfPageComposeAdds a page-scoped right background band using the current page size.
Parameters
- width System.Double
- fill System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- insetY System.Double = 0
- offsetX System.Double = 0
- cornerRadius System.Double = 0
- stroke System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- strokeWidth System.Double = 0
- fillOpacity System.Nullable{System.Double} = null
- strokeOpacity System.Nullable{System.Double} = null
- fillGradient OfficeIMO.Drawing.OfficeLinearGradient = null
public PdfPageCompose BackgroundRoundedRectangle(Double x, Double y, Double width, Double height, Double cornerRadius, Nullable<PdfColor> fill = null, Nullable<PdfColor> stroke = null, Double strokeWidth = 0, Nullable<Double> fillOpacity = null, Nullable<Double> strokeOpacity = null, OfficeLinearGradient fillGradient = null) #PdfPageComposeAdds a page-scoped rounded rectangle background shape.
Parameters
- x System.Double
- y System.Double
- width System.Double
- height System.Double
- cornerRadius System.Double
- fill System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- stroke System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- strokeWidth System.Double = 0
- fillOpacity System.Nullable{System.Double} = null
- strokeOpacity System.Nullable{System.Double} = null
- fillGradient OfficeIMO.Drawing.OfficeLinearGradient = null
public PdfPageCompose BackgroundShape(PdfPageBackgroundShape shape) #PdfPageComposeAdds a page-scoped background shape rendered behind page content.
Parameters
- shape OfficeIMO.Pdf.PdfPageBackgroundShape
public PdfPageCompose BackgroundShapes(IEnumerable<PdfPageBackgroundShape> shapes) #PdfPageComposeReplaces or clears page-scoped background shapes.
Parameters
- shapes System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfPageBackgroundShape}
public PdfPageCompose BackgroundTopBand(Double height, Nullable<PdfColor> fill = null, Double insetX = 0, Double offsetY = 0, Double cornerRadius = 0, Nullable<PdfColor> stroke = null, Double strokeWidth = 0, Nullable<Double> fillOpacity = null, Nullable<Double> strokeOpacity = null, OfficeLinearGradient fillGradient = null) #PdfPageComposeAdds a page-scoped top background band using the current page size.
Parameters
- height System.Double
- fill System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- insetX System.Double = 0
- offsetY System.Double = 0
- cornerRadius System.Double = 0
- stroke System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- strokeWidth System.Double = 0
- fillOpacity System.Nullable{System.Double} = null
- strokeOpacity System.Nullable{System.Double} = null
- fillGradient OfficeIMO.Drawing.OfficeLinearGradient = null
public PdfPageCompose Canvas(Action<PdfPageCanvas> build) #PdfPageComposeAdds foreground page content at absolute top-left page coordinates.
Parameters
- build System.Action{OfficeIMO.Pdf.PdfPageCanvas}
public PdfPageCompose ClearBackgroundShapes() #PdfPageComposeClears page-scoped background shapes.
public PdfPageCompose Content(Action<PdfContentCompose> build) #PdfPageComposeBuilds the page content using a column/row flow.
Parameters
- build System.Action{OfficeIMO.Pdf.PdfContentCompose}
public PdfPageCompose DefaultDrawingStyle(PdfDrawingStyle style) #PdfPageComposeConfigures the default placement style for page drawing objects.
Parameters
- style OfficeIMO.Pdf.PdfDrawingStyle
public PdfPageCompose DefaultHeadingStyle(Int32 level, PdfHeadingStyle style) #PdfPageComposeConfigures the default style for a built-in heading level on the page.
Parameters
- level System.Int32
- style OfficeIMO.Pdf.PdfHeadingStyle
public PdfPageCompose DefaultHorizontalRuleStyle(PdfHorizontalRuleStyle style) #PdfPageComposeConfigures the default style for page horizontal rules.
Parameters
- style OfficeIMO.Pdf.PdfHorizontalRuleStyle
public PdfPageCompose DefaultImageStyle(PdfImageStyle style) #PdfPageComposeConfigures the default style for page images.
Parameters
- style OfficeIMO.Pdf.PdfImageStyle
public PdfPageCompose DefaultListStyle(PdfListStyle style) #PdfPageComposeConfigures the default style for page bullet and numbered lists.
Parameters
- style OfficeIMO.Pdf.PdfListStyle
public PdfPageCompose DefaultPanelStyle(PanelStyle style) #PdfPageComposeConfigures the default style for page panel paragraphs.
Parameters
- style OfficeIMO.Pdf.PanelStyle
public PdfPageCompose DefaultParagraphStyle(PdfParagraphStyle style) #PdfPageComposeConfigures the default paragraph style for page paragraphs that do not provide an explicit style.
Parameters
- style OfficeIMO.Pdf.PdfParagraphStyle
public PdfPageCompose DefaultRowStyle(PdfRowStyle style) #PdfPageComposeConfigures the default row/column layout style for the page.
Parameters
- style OfficeIMO.Pdf.PdfRowStyle
public PdfPageCompose DefaultTableStyle(PdfTableStyle style) #PdfPageComposeConfigures the default table style for page tables that do not provide an explicit style.
Parameters
- style OfficeIMO.Pdf.PdfTableStyle
public PdfPageCompose DefaultTableStyle(String wordTableStyleName) #PdfPageComposeConfigures the default table style for the page from a supported Word table style name.
Parameters
- wordTableStyleName System.String
public PdfPageCompose DefaultTextStyle(Action<PdfTextStyleCompose> style) #PdfPageComposeConfigures default text style for the page.
Parameters
- style System.Action{OfficeIMO.Pdf.PdfTextStyleCompose}
public PdfPageCompose DefaultTextStyle(PdfTextStyle style) #PdfPageComposeConfigures default text style for the page from a reusable text style object.
Parameters
- style OfficeIMO.Pdf.PdfTextStyle
public PdfPageCompose EvenPagesImageWatermark(PdfImageWatermark watermark) #PdfPageComposeSets or clears the even-page image watermark rendered behind page content.
Parameters
- watermark OfficeIMO.Pdf.PdfImageWatermark
public PdfPageCompose EvenPagesImageWatermark(Byte[] imageBytes, Double width, Double height, Nullable<Double> opacity = null, Nullable<Double> rotationAngle = null) #PdfPageComposeSets an even-page image watermark rendered behind page content.
Parameters
- imageBytes System.Byte[]
- width System.Double
- height System.Double
- opacity System.Nullable{System.Double} = null
- rotationAngle System.Nullable{System.Double} = null
public PdfPageCompose EvenPagesWatermark(PdfTextWatermark watermark) #PdfPageComposeSets or clears the even-page text watermark rendered behind page content.
Parameters
- watermark OfficeIMO.Pdf.PdfTextWatermark
public PdfPageCompose EvenPagesWatermark(String text, Nullable<Double> fontSize = null, Nullable<PdfColor> color = null, Nullable<Double> opacity = null, Nullable<Double> rotationAngle = null, Nullable<PdfStandardFont> font = null, Boolean bold = true, Boolean italic = false) #PdfPageComposeSets an even-page text watermark rendered behind page content.
Parameters
- text System.String
- fontSize System.Nullable{System.Double} = null
- color System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- opacity System.Nullable{System.Double} = null
- rotationAngle System.Nullable{System.Double} = null
- font System.Nullable{OfficeIMO.Pdf.PdfStandardFont} = null
- bold System.Boolean = true
- italic System.Boolean = false
public PdfPageCompose FirstPageImageWatermark(PdfImageWatermark watermark) #PdfPageComposeSets or clears the first-page image watermark rendered behind page content.
Parameters
- watermark OfficeIMO.Pdf.PdfImageWatermark
public PdfPageCompose FirstPageImageWatermark(Byte[] imageBytes, Double width, Double height, Nullable<Double> opacity = null, Nullable<Double> rotationAngle = null) #PdfPageComposeSets a first-page image watermark rendered behind page content.
Parameters
- imageBytes System.Byte[]
- width System.Double
- height System.Double
- opacity System.Nullable{System.Double} = null
- rotationAngle System.Nullable{System.Double} = null
public PdfPageCompose FirstPageWatermark(PdfTextWatermark watermark) #PdfPageComposeSets or clears the first-page text watermark rendered behind page content.
Parameters
- watermark OfficeIMO.Pdf.PdfTextWatermark
public PdfPageCompose FirstPageWatermark(String text, Nullable<Double> fontSize = null, Nullable<PdfColor> color = null, Nullable<Double> opacity = null, Nullable<Double> rotationAngle = null, Nullable<PdfStandardFont> font = null, Boolean bold = true, Boolean italic = false) #PdfPageComposeSets a first-page text watermark rendered behind page content.
Parameters
- text System.String
- fontSize System.Nullable{System.Double} = null
- color System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- opacity System.Nullable{System.Double} = null
- rotationAngle System.Nullable{System.Double} = null
- font System.Nullable{OfficeIMO.Pdf.PdfStandardFont} = null
- bold System.Boolean = true
- italic System.Boolean = false
public PdfPageCompose Header(Action<PdfHeaderCompose> build) #PdfPageComposeDefines the header layout and content.
Parameters
- build System.Action{OfficeIMO.Pdf.PdfHeaderCompose}
public PdfPageCompose ImageWatermark(PdfImageWatermark watermark) #PdfPageComposeSets or clears the page-scoped image watermark rendered behind page content.
Parameters
- watermark OfficeIMO.Pdf.PdfImageWatermark
public PdfPageCompose ImageWatermark(Byte[] imageBytes, Double width, Double height, Nullable<Double> opacity = null, Nullable<Double> rotationAngle = null) #PdfPageComposeSets a page-scoped image watermark rendered behind page content.
Parameters
- imageBytes System.Byte[]
- width System.Double
- height System.Double
- opacity System.Nullable{System.Double} = null
- rotationAngle System.Nullable{System.Double} = null
public PdfPageCompose Landscape() #PdfPageComposeSets page orientation to landscape while preserving the current page size dimensions.
public PdfPageCompose Margin(Double all) #PdfPageComposeSets uniform page margins (all sides in points).
Parameters
- all System.Double
public PdfPageCompose Margin(PageMargins margins) #PdfPageComposeSets page margins from a reusable margin value.
Parameters
- margins OfficeIMO.Pdf.PageMargins
public PdfPageCompose Margin(Double left, Double top, Double right, Double bottom) #PdfPageComposeSets page margins (left, top, right, bottom in points).
Parameters
- left System.Double
- top System.Double
- right System.Double
- bottom System.Double
public PdfPageCompose Orientation(PdfPageOrientation orientation) #PdfPageComposeSets page orientation while preserving the current page size dimensions.
Parameters
- orientation OfficeIMO.Pdf.PdfPageOrientation
public PdfPageCompose PageBorder(PdfPageBorder border) #PdfPageComposeSets or clears the page-scoped page border.
Parameters
- border OfficeIMO.Pdf.PdfPageBorder
public PdfPageCompose PageBorder(Nullable<PdfColor> color = null, Nullable<Double> width = null, Nullable<Double> inset = null, Nullable<Double> opacity = null, OfficeStrokeDashStyle dashStyle = Solid) #PdfPageComposeSets a page-scoped page border.
Parameters
- color System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- width System.Nullable{System.Double} = null
- inset System.Nullable{System.Double} = null
- opacity System.Nullable{System.Double} = null
- dashStyle OfficeIMO.Drawing.OfficeStrokeDashStyle = Solid
public PdfPageCompose PageNumberStart(Int32 start) #PdfPageComposeSets the first visible page number for this page or section flow.
Parameters
- start System.Int32
public PdfPageCompose PageNumberStyle(PdfPageNumberStyle style) #PdfPageComposeSets the visible page-number style for this page or section flow.
Parameters
- style OfficeIMO.Pdf.PdfPageNumberStyle
public PdfPageCompose Portrait() #PdfPageComposeSets page orientation to portrait while preserving the current page size dimensions.
public PdfPageCompose RegisterEmbeddedFontFallbacks(PdfEmbeddedFontFallbackSet fallbackSet) #PdfPageComposeRegisters a planned embedded-font fallback set for generated rich text runs on this composed page or section.
Parameters
- fallbackSet OfficeIMO.Pdf.PdfEmbeddedFontFallbackSet
public PdfPageCompose Size(PageSize size) #PdfPageComposeSets page size using a predefined PageSize.
Parameters
- size OfficeIMO.Pdf.PageSize
public PdfPageCompose Size(Double width, Double height) #PdfPageComposeSets custom page size in points.
Parameters
- width System.Double
- height System.Double
public PdfPageCompose SuppressEvenPagesImageWatermark() #PdfPageComposeSuppresses the inherited image watermark on even pages.
public PdfPageCompose SuppressEvenPagesTextWatermark() #PdfPageComposeSuppresses the inherited text watermark on even pages.
public PdfPageCompose SuppressEvenPagesWatermark() #PdfPageComposeSuppresses inherited text and image watermarks on even pages.
public PdfPageCompose SuppressFirstPageImageWatermark() #PdfPageComposeSuppresses the inherited image watermark on the first page.
public PdfPageCompose SuppressFirstPageTextWatermark() #PdfPageComposeSuppresses the inherited text watermark on the first page.
public PdfPageCompose SuppressFirstPageWatermark() #PdfPageComposeSuppresses inherited text and image watermarks on the first page.
public PdfPageCompose TextHyphenation(PdfTextHyphenationCallback callback) #PdfPageComposeSets or clears the page-scoped generated text hyphenation callback used for long unspaced tokens.
Parameters
- callback OfficeIMO.Pdf.PdfTextHyphenationCallback
public PdfPageCompose TextHyphenationDictionary(PdfHyphenationLexicon dictionary) #PdfPageComposeUses or clears an immutable first-party word hyphenation dictionary.
Parameters
- dictionary OfficeIMO.Pdf.PdfHyphenationLexicon
public PdfPageCompose TextLineBreaks(Func<String, IReadOnlyList<Int32>> callback) #PdfPageComposeSets or clears the page-scoped generated text line-break callback used for long unspaced tokens.
Parameters
- callback System.Func{System.String,System.Collections.Generic.IReadOnlyList{System.Int32}}
public PdfPageCompose Theme(PdfTheme theme) #PdfPageComposeApplies reusable page-scoped default styles.
Parameters
- theme OfficeIMO.Pdf.PdfTheme
public PdfPageCompose UseEmbeddedFontFallbacksFromSystem(String familyNames, Int32 maxFallbackFonts = 2) #PdfPageComposeRegisters generated-text fallback fonts from installed system font families without requiring callers to choose PDF font slots.
Parameters
- familyNames System.String
- maxFallbackFonts System.Int32 = 2
public PdfPageCompose UseFontFamily(PdfEmbeddedFontFamily fontFamily) #PdfPageComposeUses a caller-supplied TrueType font family for this composed page or section.
Parameters
- fontFamily OfficeIMO.Pdf.PdfEmbeddedFontFamily
public PdfPageCompose UseFontFamily(String familyName, Byte[] regular, Byte[] bold = null, Byte[] italic = null, Byte[] boldItalic = null) #PdfPageComposeUses caller-supplied TrueType font files for this composed page or section.
Parameters
- familyName System.String
- regular System.Byte[]
- bold System.Byte[] = null
- italic System.Byte[] = null
- boldItalic System.Byte[] = null
public PdfPageCompose UseFontFamily(String familyName, String regularPath, String boldPath = null, String italicPath = null, String boldItalicPath = null) #PdfPageComposeUses caller-supplied TrueType font files for this composed page or section.
Parameters
- familyName System.String
- regularPath System.String
- boldPath System.String = null
- italicPath System.String = null
- boldItalicPath System.String = null
public PdfPageCompose UseTextFallbacks(PdfTextFallbackFeatures features = Default) #PdfPageComposeApplies OfficeIMO's built-in generated-text fallback groups for this composed page or section.
Parameters
- features OfficeIMO.Pdf.PdfTextFallbackFeatures = Default
public PdfPageCompose Watermark(PdfTextWatermark watermark) #PdfPageComposeSets or clears the page-scoped text watermark rendered behind page content.
Parameters
- watermark OfficeIMO.Pdf.PdfTextWatermark
public PdfPageCompose Watermark(String text, Nullable<Double> fontSize = null, Nullable<PdfColor> color = null, Nullable<Double> opacity = null, Nullable<Double> rotationAngle = null, Nullable<PdfStandardFont> font = null, Boolean bold = true, Boolean italic = false) #PdfPageComposeSets a page-scoped text watermark rendered behind page content.
Parameters
- text System.String
- fontSize System.Nullable{System.Double} = null
- color System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- opacity System.Nullable{System.Double} = null
- rotationAngle System.Nullable{System.Double} = null
- font System.Nullable{OfficeIMO.Pdf.PdfStandardFont} = null
- bold System.Boolean = true
- italic System.Boolean = false