[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.IVisualOperator

Interface IVisualOperator

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

PDF operators implementing this interface render something.

public interface IVisualOperator

Methods

GetBounds()

Returns the operator's bounds on the page. Note! Method can return a null if bounds can't be determined, it is possible if operator's operands are incorrect.

RectangleF? GetBounds()

Returns

System.Drawing.RectangleF?