XFINIUM.PDF Documentation
Bounds Property (PdfStitchingFunction)



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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback