ScaleCrop Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.