 | PdfShadingObject Class |
Represents a shading object.
Inheritance Hierarchy
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic class PdfShadingObject : PdfPageObject
Public Class PdfShadingObject
Inherits PdfPageObject
public ref class PdfShadingObject : public PdfPageObject
type PdfShadingObject =
class
inherit PdfPageObject
end
public class PdfShadingObject extends PdfPageObject
Patagames.Pdf.Net.PdfShadingObject = function();
Type.createClass(
'Patagames.Pdf.Net.PdfShadingObject',
Patagames.Pdf.Net.PdfPageObject);
The PdfShadingObject type exposes the following members.
Properties
| Name | Description |
---|
 | Shading |
Gets or sets the shading pattern.
|
Top
Methods
See Also