'Declaration Public Sub SetGraphicsProperties( _
ByVal figuresFigure collection to transform.As System.Collections.Generic.IEnumerable(Of ContentStreamGraphicsFigure), _
ByVal graphicsPropertiesThe content graphics properties.As PdfContentGraphicsProperties _
)
public void SetGraphicsProperties(
System.Collections.Generic.IEnumerable<ContentStreamGraphicsFigure> figures,
PdfContentGraphicsProperties graphicsProperties
)
public: void SetGraphicsProperties(
System.Collections.Generic.IEnumerable<ContentStreamGraphicsFigure*>* figures,
PdfContentGraphicsProperties* graphicsProperties
)
public:
void SetGraphicsProperties(
System.Collections.Generic.IEnumerable<ContentStreamGraphicsFigure^>^ figures,
PdfContentGraphicsProperties^ graphicsProperties
)
Parameters
- figures
- Figure collection to transform.
- graphicsProperties
- The content graphics properties.