public sealed class PreprocessingConfig.Types.Pad : IMessage<PreprocessingConfig.Types.Pad>, IEquatable<PreprocessingConfig.Types.Pad>, IDeepCloneable<PreprocessingConfig.Types.Pad>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Pad.
Pad filter configuration for the input video. The padded input video
is scaled after padding with black to match the output resolution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This documentation page covers the `PreprocessingConfig.Types.Pad` class within the Transcoder v1 API for .NET, specifically version 2.4.0."],["`PreprocessingConfig.Types.Pad` is used to configure a pad filter for input videos, allowing users to add padding to the video before scaling to match output resolution."],["The class provides properties such as `BottomPixels`, `LeftPixels`, `RightPixels`, and `TopPixels`, all of type integer, to specify the number of pixels to add to each respective side."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the inheritance from the object class, as well as links to the namespace, assembly and constructor information, of the `PreprocessingConfig.Types.Pad` class."]]],[]]