XFINIUM.PDF Documentation
Bounds Property (PdfStitchingFunction)



Xfinium.Pdf.PdfFunctions Namespace > PdfStitchingFunction Class : Bounds Property
Gets or sets the function bounds.
Syntax
'Declaration
 
Public Property Bounds As Double()
'Usage
 
Dim instance As PdfStitchingFunction
Dim value() As Double
 
instance.Bounds = value
 
value = instance.Bounds
public double[] Bounds {get; set;}
public:
property array<double>^ Bounds {
   array<double>^ get();
   void set (    array<double>^ value);
}

Property Value

An array of k - 1 numbers that, in combination with PdfFunction.Domain, define the intervals to which each function from the Functions array applies.
Remarks
Bounds elements must be in order of increasing value, and each value must be within the domain defined by PdfFunction.Domain.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfStitchingFunction Class
PdfStitchingFunction Members