API Reference

Class

PdfImageSourceCrop

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes a source-image crop rectangle using fractions of the original image edges.

Inheritance

  • Object
  • PdfImageSourceCrop

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

Constructors

PdfImageSourceCrop 2 overloads
public PdfImageSourceCrop() #

Creates a crop rectangle with no cropped edges.

public PdfImageSourceCrop(Double left, Double top, Double right, Double bottom) #

Creates a crop rectangle using fractions from 0 to less than 1 for each edge.

Parameters

left System.Double requiredposition: 0
top System.Double requiredposition: 1
right System.Double requiredposition: 2
bottom System.Double requiredposition: 3

Properties

public Double Left { get; set; } #

Fraction cropped from the left edge of the source image.

public Double Top { get; set; } #

Fraction cropped from the top edge of the source image.

public Double Right { get; set; } #

Fraction cropped from the right edge of the source image.

public Double Bottom { get; set; } #

Fraction cropped from the bottom edge of the source image.