API Reference
PdfImageStyle
Reusable image placement and rhythm style.
Inheritance
- Object
- PdfImageStyle
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 PdfImageStyle.Clone
- Property PdfOptions.DefaultImageStyle
- Property PdfTableCellImage.Style
- Property PdfTheme.ImageStyle
Accepted by parameters
- Method PdfDocument.DefaultImageStyle
- Method PdfDocument.Image
- Method PdfDocument.Image
- Method PdfElementCompose.Image
- Method PdfElementCompose.Image
- Method PdfItemCompose.Image
- Method PdfItemCompose.Image
- Method PdfPageCanvas.Image
- Method PdfPageCompose.DefaultImageStyle
- Method PdfRowColumnCompose.Image
- Method PdfRowColumnCompose.Image
- Constructor PdfTableCellImage.PdfTableCellImage
Constructors
public PdfImageStyle() #Methods
Inherited Methods
Properties
public PdfAlign Align { get; set; } #Image alignment within the current content frame.
public OfficeImageFit Fit { get; set; } #How the image is fitted inside its target box.
public OfficeClipPath ClipPath { get; set; } #Optional clipping path applied inside the image target box.
public PdfImageSourceCrop SourceCrop { get; set; } #Optional source crop applied before fitting the image into the target box.
public Double SpacingBefore { get; set; } #Vertical space before the image in the surrounding document flow, in points.
public Double SpacingAfter { get; set; } #Vertical space after the image in the surrounding document flow, in points.
public Boolean KeepWithNext { get; set; } #Moves the image to the next page with the first visible part of the following block when they fit together.
public Boolean ScaleDownToFit { get; set; } #When true, oversized flow images are proportionally reduced to fit the current page or column frame.
public Double RotationAngle { get; set; } #Clockwise image rotation angle in degrees.
public String AlternativeText { get; set; } #Optional alternate text for meaningful generated images.