VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / OverlayImageResourceCompressionSettings Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    OverlayImageResourceCompressionSettings Property (PdfPageDrawImageCommand)
    In This Topic
    Gets or sets the compression settimgs of an image-resource, where overlay image must be stored.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The compression settimgs of an image-resource, where overlay image must be stored.")>
    Public Property OverlayImageResourceCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
    
    
    [Description("The compression settimgs of an image-resource, where overlay image must be stored.")]
    public Vintasoft.Imaging.Pdf.PdfCompressionSettings OverlayImageResourceCompressionSettings { get; set; }
    
    
    [Description("The compression settimgs of an image-resource, where overlay image must be stored.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_OverlayImageResourceCompressionSettings();
    public: __property void set_OverlayImageResourceCompressionSettings(
    Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
    );
    [Description("The compression settimgs of an image-resource, where overlay image must be stored.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ OverlayImageResourceCompressionSettings { Vintasoft.Imaging.Pdf.PdfCompressionSettings^ get(); void set(Vintasoft.Imaging.Pdf.PdfCompressionSettings^ value); }
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also