org.pdfclown.documents.contents.objects.InlineImageHeader Class Reference
Inline image entries (anonymous) operation [PDF:1.6:4.8.6].
More...
List of all members.
Inline image entries (anonymous) operation [PDF:1.6:4.8.6].
This is a figurative operation necessary to constrain the inline image entries section within the content stream model.
Constructor & Destructor Documentation
| org.pdfclown.documents.contents.objects.InlineImageHeader.InlineImageHeader |
( |
IList< PdfDirectObject > |
operands |
) |
|
Member Function Documentation
| void org.pdfclown.documents.contents.objects.InlineImageHeader.Clear |
( |
|
) |
|
| bool org.pdfclown.documents.contents.objects.InlineImageHeader.ContainsKey |
( |
PdfName |
key |
) |
|
| void org.pdfclown.documents.contents.objects.InlineImageHeader.CopyTo |
( |
KeyValuePair< PdfName, PdfDirectObject >[] |
keyValuePairs, |
|
|
int |
index | |
|
) |
| | |
| static Operation org.pdfclown.documents.contents.objects.Operation.Get |
( |
string |
operator_, |
|
|
IList< PdfDirectObject > |
operands | |
|
) |
| | [static, inherited] |
Gets an operation.
- Parameters:
-
| operator_ | Operator. |
| operands | List of operands. |
| bool org.pdfclown.documents.contents.objects.InlineImageHeader.Remove |
( |
KeyValuePair< PdfName, PdfDirectObject > |
keyValuePair |
) |
|
| bool org.pdfclown.documents.contents.objects.InlineImageHeader.Remove |
( |
PdfName |
key |
) |
|
Applies this object to the specified graphics context, updating the specified graphics state.
- Parameters:
-
Reimplemented in org.pdfclown.documents.contents.objects.ApplyExtGState, org.pdfclown.documents.contents.objects.BeginSubpath, org.pdfclown.documents.contents.objects.CloseSubpath, org.pdfclown.documents.contents.objects.CompositeObject, org.pdfclown.documents.contents.objects.DrawCurve, org.pdfclown.documents.contents.objects.DrawLine, org.pdfclown.documents.contents.objects.DrawRectangle, org.pdfclown.documents.contents.objects.LocalGraphicsState, org.pdfclown.documents.contents.objects.ModifyClipPath, org.pdfclown.documents.contents.objects.ModifyCTM, org.pdfclown.documents.contents.objects.PaintPath, org.pdfclown.documents.contents.objects.SetCharSpace, org.pdfclown.documents.contents.objects.SetDeviceCMYKFillColor, org.pdfclown.documents.contents.objects.SetDeviceCMYKStrokeColor, org.pdfclown.documents.contents.objects.SetDeviceGrayFillColor, org.pdfclown.documents.contents.objects.SetDeviceGrayStrokeColor, org.pdfclown.documents.contents.objects.SetDeviceRGBFillColor, org.pdfclown.documents.contents.objects.SetDeviceRGBStrokeColor, org.pdfclown.documents.contents.objects.SetFillColor, org.pdfclown.documents.contents.objects.SetFillColorSpace, org.pdfclown.documents.contents.objects.SetFont, org.pdfclown.documents.contents.objects.SetLineCap, org.pdfclown.documents.contents.objects.SetLineDash, org.pdfclown.documents.contents.objects.SetLineJoin, org.pdfclown.documents.contents.objects.SetLineWidth, org.pdfclown.documents.contents.objects.SetMiterLimit, org.pdfclown.documents.contents.objects.SetStrokeColor, org.pdfclown.documents.contents.objects.SetStrokeColorSpace, org.pdfclown.documents.contents.objects.SetTextLead, org.pdfclown.documents.contents.objects.SetTextMatrix, org.pdfclown.documents.contents.objects.SetTextRenderMode, org.pdfclown.documents.contents.objects.SetTextRise, org.pdfclown.documents.contents.objects.SetTextScale, org.pdfclown.documents.contents.objects.SetWordSpace, org.pdfclown.documents.contents.objects.ShowText, org.pdfclown.documents.contents.objects.TranslateTextRelative, and org.pdfclown.documents.contents.objects.TranslateTextToNextLine.
| override string org.pdfclown.documents.contents.objects.Operation.ToString |
( |
|
) |
[inherited] |
| bool org.pdfclown.documents.contents.objects.InlineImageHeader.TryGetValue |
( |
PdfName |
key, |
|
|
out PdfDirectObject |
value | |
|
) |
| | |
| override void org.pdfclown.documents.contents.objects.Operation.WriteTo |
( |
IOutputStream |
stream, |
|
|
Document |
context | |
|
) |
| | [virtual, inherited] |
Member Data Documentation
Property Documentation
int org.pdfclown.documents.contents.objects.InlineImageHeader.Count [get] |
bool org.pdfclown.documents.contents.objects.InlineImageHeader.IsReadOnly [get] |
ICollection<PdfName> org.pdfclown.documents.contents.objects.InlineImageHeader.Keys [get] |
IList<PdfDirectObject> org.pdfclown.documents.contents.objects.Operation.Operands [get, inherited] |
string org.pdfclown.documents.contents.objects.Operation.Operator [get, inherited] |
ICollection<PdfDirectObject> org.pdfclown.documents.contents.objects.InlineImageHeader.Values [get] |