API Reference
PdfDrawingStyle
Reusable placement and rhythm style for OfficeIMO.Drawing-backed flow objects.
Inheritance
- Object
- PdfDrawingStyle
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 PdfDrawingStyle.Clone
- Property PdfOptions.DefaultDrawingStyle
- Property PdfTheme.DrawingStyle
Accepted by parameters
- Method PdfDocument.DefaultDrawingStyle
- Method PdfDocument.Drawing
- Method PdfDocument.Ellipse
- Method PdfDocument.Line
- Method PdfDocument.Path
- Method PdfDocument.Polygon
- Method PdfDocument.Rectangle
- Method PdfDocument.RoundedRectangle
- Method PdfDocument.Shape
- Method PdfElementCompose.Drawing
- Method PdfElementCompose.Ellipse
- Method PdfElementCompose.Line
- Method PdfElementCompose.Path
- Method PdfElementCompose.Polygon
- Method PdfElementCompose.Rectangle
- Method PdfElementCompose.RoundedRectangle
- Method PdfElementCompose.Shape
- Method PdfItemCompose.Drawing
- Method PdfItemCompose.Ellipse
- Method PdfItemCompose.Line
- Method PdfItemCompose.Path
- Method PdfItemCompose.Polygon
- Method PdfItemCompose.Rectangle
- Method PdfItemCompose.RoundedRectangle
- Method PdfItemCompose.Shape
- Method PdfPageCanvas.Drawing
- Method PdfPageCanvas.Shape
- Method PdfPageCompose.DefaultDrawingStyle
- Method PdfRowColumnCompose.Drawing
- Method PdfRowColumnCompose.Ellipse
- Method PdfRowColumnCompose.Line
- Method PdfRowColumnCompose.Path
- Method PdfRowColumnCompose.Polygon
- Method PdfRowColumnCompose.Rectangle
- Method PdfRowColumnCompose.RoundedRectangle
- Method PdfRowColumnCompose.Shape
Constructors
public PdfDrawingStyle() #Methods
public PdfDrawingStyle Clone() #PdfDrawingStyleCreates a copy of this drawing placement style.
Inherited Methods
Properties
public PdfAlign Align { get; set; } #Object alignment within the current content frame.
public Double SpacingBefore { get; set; } #Vertical space before the drawing object in the surrounding document flow, in points.
public Double SpacingAfter { get; set; } #Vertical space after the drawing object in the surrounding document flow, in points.
public Boolean KeepWithNext { get; set; } #Moves the drawing object to the next page with the first visible part of the following block when they fit together.
public String AlternativeText { get; set; } #Optional alternate text for meaningful generated shapes and drawing scenes.
public Boolean Decorative { get; set; } #Marks the generated shape or drawing scene as decorative artifact content when tagged-PDF markers are enabled.