Padding Class

Paddings parameters.
Inheritance Hierarchy
SystemObject
  Aspose.BarCode.GenerationPadding

Namespace:  Aspose.BarCode.Generation
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public class Padding

The Padding type exposes the following members.

Properties
  NameDescription
Public propertyBottom
Bottom padding.
Public propertyLeft
Left padding.
Public propertyRight
Right padding.
Public propertyTop
Top padding.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a human-readable string representation of this Padding.
(Overrides ObjectToString.)
See Also