Share via


ScaleCrop Constructors

Definition

Overloads

ScaleCrop()

Initializes a new instance of the ScaleCrop class.

ScaleCrop(String)

Initializes a new instance of the ScaleCrop class with the specified text content.

ScaleCrop()

Initializes a new instance of the ScaleCrop class.

public ScaleCrop ();
Public Sub New ()

Applies to

ScaleCrop(String)

Initializes a new instance of the ScaleCrop class with the specified text content.

public ScaleCrop (string text);
new DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop : string -> DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to