VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageColorBlendingCommand Class / Rect Property
Syntax Requirements SeeAlso
In This Topic
    Rect Property (PdfPageColorBlendingCommand)
    In This Topic
    Gets or sets the rectangle, in page space, that must be blended.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The rectangle, in page space, that must be blended.")>
    Public Property Rect As System.Drawing.RectangleF
    
    
    [Description("The rectangle, in page space, that must be blended.")]
    public System.Drawing.RectangleF Rect { get; set; }
    
    
    [Description("The rectangle, in page space, that must be blended.")]
    public: __property System.Drawing.RectangleF* get_Rect();
    public: __property void set_Rect(
    System.Drawing.RectangleF* value
    );
    [Description("The rectangle, in page space, that must be blended.")]
    public:
    property System.Drawing.RectangleF^ Rect { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }
    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