public sealed class Crop : IMessage<PreprocessingConfig.Types.Crop>, IEquatable<PreprocessingConfig.Types.Crop>, IDeepCloneable<PreprocessingConfig.Types.Crop>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Crop.
Video cropping configuration for the input video. The cropped input video
is scaled to match the output resolution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation page covers the `PreprocessingConfig.Types.Crop` class within the Transcoder v1 API for .NET, which is used to configure video cropping."],["The `Crop` class allows users to specify the number of pixels to crop from the top, bottom, left, and right of a video."],["There are multiple versions of the `Crop` class documented, with version 2.9.0 being the latest, and this documentation specifically details version 2.3.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The default value for pixels to crop from any side of the video is set to zero, and can be changed through the properties `TopPixels`, `BottomPixels`, `LeftPixels`, and `RightPixels` which all are of type Int32."]]],[]]