'Set the current color space to use for stroking operations' operation [PDF:1.6:4.5.7]. More...
Public Member Functions | |
| ColorSpace | GetColorSpace (IContentContext context) |
| Gets the color space resource to be set. | |
| ColorSpace | GetResource (IContentContext context) |
| override void | Scan (ContentScanner.GraphicsState state) |
| Applies this object to the specified graphics context, updating the specified graphics state. | |
| SetStrokeColorSpace (IList< PdfDirectObject > operands) | |
| SetStrokeColorSpace (PdfName name) | |
| override string | ToString () |
| override void | WriteTo (IOutputStream stream, Document context) |
| Serializes this object to the specified stream. | |
Static Public Member Functions | |
| static Operation | Get (string operator_, IList< PdfDirectObject > operands) |
| Gets an operation. | |
Static Public Attributes | |
| static readonly string | OperatorKeyword = "CS" |
Protected Attributes | |
| IList< PdfDirectObject > | operands |
| string | operator_ |
Properties | |
| PdfName | Name [get, set] |
| IList< PdfDirectObject > | Operands [get] |
| string | Operator [get] |
'Set the current color space to use for stroking operations' operation [PDF:1.6:4.5.7].
| org.pdfclown.documents.contents.objects.SetStrokeColorSpace.SetStrokeColorSpace | ( | PdfName | name | ) |
| org.pdfclown.documents.contents.objects.SetStrokeColorSpace.SetStrokeColorSpace | ( | IList< PdfDirectObject > | operands | ) |
| static Operation org.pdfclown.documents.contents.objects.Operation.Get | ( | string | operator_, | |
| IList< PdfDirectObject > | operands | |||
| ) | [static, inherited] |
Gets an operation.
| operator_ | Operator. | |
| operands | List of operands. |
| ColorSpace org.pdfclown.documents.contents.objects.SetStrokeColorSpace.GetColorSpace | ( | IContentContext | context | ) |
Gets the color space resource to be set.
| context | Content context. |
| ColorSpace org.pdfclown.documents.contents.objects.SetStrokeColorSpace.GetResource | ( | IContentContext | context | ) |
| override void org.pdfclown.documents.contents.objects.SetStrokeColorSpace.Scan | ( | ContentScanner.GraphicsState | state | ) | [virtual] |
Applies this object to the specified graphics context, updating the specified graphics state.
| state | Graphics state. |
Reimplemented from org.pdfclown.documents.contents.objects.ContentObject.
| override string org.pdfclown.documents.contents.objects.Operation.ToString | ( | ) | [inherited] |
| override void org.pdfclown.documents.contents.objects.Operation.WriteTo | ( | IOutputStream | stream, | |
| Document | context | |||
| ) | [virtual, inherited] |
Serializes this object to the specified stream.
| stream | Target stream. | |
| context | Document context. |
Implements org.pdfclown.documents.contents.objects.ContentObject.
Reimplemented in org.pdfclown.documents.contents.objects.InlineImageBody.
References org.pdfclown.objects.PdfObjectWrapper.File, and org.pdfclown.bytes.IOutputStream.Write().
Referenced by org.pdfclown.documents.contents.objects.MarkedContent.WriteTo().
IList<PdfDirectObject> org.pdfclown.documents.contents.objects.Operation.operands [protected, inherited] |
string org.pdfclown.documents.contents.objects.Operation.operator_ [protected, inherited] |
readonly string org.pdfclown.documents.contents.objects.SetStrokeColorSpace.OperatorKeyword = "CS" [static] |
PdfName org.pdfclown.documents.contents.objects.SetStrokeColorSpace.Name [get, set] |
IList<PdfDirectObject> org.pdfclown.documents.contents.objects.Operation.Operands [get, inherited] |
string org.pdfclown.documents.contents.objects.Operation.Operator [get, inherited] |
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:35 2013 for PDF Clown 0.1.2 by
1.6.3