VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / BleedBox Property
Синтаксис Требования Смотрите также
В этом разделе
    BleedBox Свойство (PdfPage)
    В этом разделе
    Возвращает или задает прямоугольник, выраженный в единицах пользовательского пространства по умолчанию, определяющий область, в которую должно быть обрезано содержимое страницы при выводе в рабочую среду.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.")>
    Public Property BleedBox As System.Drawing.RectangleF
    
    
    [Description("A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.")]
    public System.Drawing.RectangleF BleedBox { get; set; }
    
    
    [Description("A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.")]
    public: __property System.Drawing.RectangleF* get_BleedBox();
    public: __property void set_BleedBox(
    System.Drawing.RectangleF* value
    );
    [Description("A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.")]
    public:
    property System.Drawing.RectangleF^ BleedBox { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }

    Property Value

    Значение по умолчанию - значение CropBox.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также