XFINIUM.PDF Documentation
R Property (PdfSetRgbStrokeOperator)



Gets or sets the red level.
Syntax
'Declaration
 
Public Property R As Double
'Usage
 
Dim instance As PdfSetRgbStrokeOperator
Dim value As Double
 
instance.R = value
 
value = instance.R
public double R {get; set;}
public:
property double R {
   double get();
   void set (    double value);
}

Property Value

The red level.
Remarks
The red level is in [0, 1] range.
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

PdfSetRgbStrokeOperator Class
PdfSetRgbStrokeOperator Members

Send Feedback