Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PdfSurface.xml « Cairo « en « Documentation « Mono.Cairo « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a367f724bad850b28f2a5ae0dc45ac6cebb1f2eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<Type Name="PdfSurface" FullName="Cairo.PdfSurface">
  <TypeSignature Language="C#" Value="public class PdfSurface : Cairo.Surface" />
  <AssemblyInfo>
    <AssemblyName>Mono.Cairo</AssemblyName>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>Cairo.Surface</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>The PDF surface is used to render cairo graphics to Adobe PDF files.</summary>
    <remarks />
    <since version="cairo 1.2" />
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public PdfSurface (string filename, double width, double height);" />
      <MemberType>Constructor</MemberType>
      <Parameters>
        <Parameter Name="filename" Type="System.String" />
        <Parameter Name="width" Type="System.Double" />
        <Parameter Name="height" Type="System.Double" />
      </Parameters>
      <Docs>
        <param name="filename">Filename for the PDF output as <see cref="t:System.String" /></param>
        <param name="width">width of the surface, in points as <see cref="t:System.Double" /> (1 point == 1/72.0 inch)</param>
        <param name="height">height of the surface, in points <see cref="t:System.Double" /> (1 point == 1/72.0 inch)</param>
        <summary>Creates a PDF surface of the specified size in points to be written to filename.</summary>
        <remarks />
      </Docs>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="SetSize">
      <MemberSignature Language="C#" Value="public void SetSize (double width, double height);" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>System.Void</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="width" Type="System.Double" />
        <Parameter Name="height" Type="System.Double" />
      </Parameters>
      <Docs>
        <param name="width">new surface width, in points (1 point == 1/72.0 inch)</param>
        <param name="height">new surface height, in points (1 point == 1/72.0 inch)</param>
        <summary>Changes the size of the PDF surface for the current (and subsequent) pages.</summary>
        <remarks />
      </Docs>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
  </Members>
</Type>