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"]],[["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.Pad` class within the Transcoder v1 API for .NET, specifically version 2.7.0."],["`PreprocessingConfig.Types.Pad` allows for the configuration of a pad filter, which adds black padding to an input video and then scales it to the desired output resolution."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `object`."],["The `Pad` class provides properties to set the number of pixels to add to the top, bottom, left, and right of the video, all defaulting to zero."],["There is a history of versioning for the `PreprocessingConfig.Types.Pad`, ranging from 1.0.0 to the latest 2.9.0."]]],[]]