PictureFormat.Crop Property
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.
Gets a Crop object that represents the cropping settings for the specified PictureFormat object.
public:
property Microsoft::Office::Core::Crop ^ Crop { Microsoft::Office::Core::Crop ^ get(); };
public Microsoft.Office.Core.Crop Crop { get; }
Public ReadOnly Property Crop As Crop
Property Value
A Crop object that represents the cropping settings for the specified PictureFormat object.
Remarks
Read-only.